home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / MUSIUSIC / MIDICOLL.LZH / MIDIGR.ARC / MIDIGRPH.DOC next >
Text File  |  1988-05-23  |  3KB  |  75 lines

  1.  
  2.                                     MIDIGRPH
  3.                              A graphic MIDI display
  4.  
  5.                         Copyright (c) 1988 by Mike Glass
  6.                               All rights reserved
  7.  
  8.  
  9.         MIDIGRPH displays a 5 octave keyboard.  In response to a key
  10.         being pressed on a MIDI keyboard, color bars are displayed
  11.         above the notes of the keyboard indicating the attack velocity.
  12.         When the key is released the color bar will disappear.  If the
  13.         pedal has been depressed, the color bars will not disappear
  14.         until the pedal has been released. In addition, a large color
  15.         bar will appear below the keyboard to indicate that the pedal
  16.         is on.  The program also responds to pitch bend and mod wheel
  17.         movement.  Their color bars are displayed on the left side of
  18.         the screen and disappear if wheels are not being used.
  19.  
  20.         MIDIGRPH requires a Color Graphics Adapter and a Midi Starter
  21.         System MIDI co-processor card or an Roland MPU or compatible.
  22.         It should also work on a Hercules graphics card with an 
  23.         emulator.*  
  24.  
  25.         The program was written in Microsoft C 5.0 and uses the
  26.         MCC Toolkit from Music Quest** and the C Utility Library
  27.         from Essential Software.
  28.  
  29.         The program was tested on a Compaq Deskpro (DOS 3.1) with a
  30.         MIDI co-processor card and a Ensoniq Mirage keyboard (5 octave,
  31.         attack and release velocity sensitive).
  32.  
  33.         USAGE
  34.         -----
  35.  
  36.         midigrph [-n]
  37.  
  38.         -n  -  Disable MIDI THRU function.  MIDI THRU is on by default.
  39.                All incoming data is sent to MIDI OUT.
  40.  
  41.         -ix -  Set interrupt level (x = 1 - 7) for interface board.
  42.                Default = 2.
  43.  
  44.         -v  -  MIDIGRPH version number.
  45.  
  46.         NOTE: 1) <ESC> ends program and returns to DOS.
  47.               2) Base address defaults to 0x330.
  48.  
  49.         LEGAL STUFF
  50.         -----------
  51.         MIDIGRPH is released into public domain and may be freely
  52.         distributed.  It is illegal to sell it or any modified version
  53.         of it unless it's been modified beyond recognition of the original.
  54.         Comments and suggestions are welcome.
  55.  
  56.  
  57.         Mike Glass
  58.         P.O. BOX 671112
  59.         Dallas, Tx 75367
  60.  
  61.  
  62.  
  63.         I'm planning on writing several more MIDI products.  Coming
  64.         soon to a theater near you.  Watch for them.
  65.  
  66.         *  One emulator that works is "HGCIBM".  It's a shareware
  67.            program available on bulletin boards or from the author.
  68.            
  69.            Athena Digital
  70.            145 Green Hills Rd.
  71.            Athens, Ga 30605
  72.            (404) 354-4522
  73.  
  74.         ** MCC toolkit Copyright (c) 1987 Music Quest, inc.
  75.